{% extends './stocks.html' %} {% load static %} {% block content %} {% if is_p == True %}

Actuelement en Promo

{% for pro in promo_products %}
star

{{pro.m_name}}

{% endfor %}
{% endif %} {% if to_p == True %}

Coneillés en Promotion

{% for pro in promo_products %}
store

{{pro.m_name}}

Promouvoir

{% endfor %}
{% endif %}

Choisissez le Produit à Promouvoir

{% for product in products %} {% endfor %}
Code Nom Prix Bénéfice Ventes Action
{{product.m_code}} {{product.m_name}} {{product.m_price}} XAF {{product.montant_products}} XAF {{product.nb_ventes}} Promouvoir
{% endblock %} {% block script %} {% endblock %}